home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
util
/
simulare.sit
/
Simula 4.07 Reference
/
card_51960.txt
< prev
next >
Wrap
Text File
|
1989-05-02
|
2KB
|
65 lines
-- card: 51960 from stack: in.07 Reference
-- bmap block id: 0
-- flags: 0000
-- background id: 13647
-- name:
-- part 1 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=13 top=91 right=295 bottom=89
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name:
-- part 2 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=88 top=91 right=292 bottom=495
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name:
-- part contents for background part 2
----- text -----
Attributes of Outfile
-- part contents for card part 1
----- text -----
Outimage
BreakOut-image
Outrecord
Outchar, Outtext
Outint
Outfix
Outreal
-- part contents for card part 2
----- text -----
Transfers the entire contents of Image to the external file, then fills Image with blanks and sets Pos to 1.
As Outimage, but no "new line" after the image. Mostly useful in interactive I/O, e.g. when writing a prompt.
Transfers the contents of Image, up to Pos, to the external file. No blank-filling, Pos is set to 1.
Stores a character or a text in Image. Automatic Outimage if not enough room in Image.
Edits an integer right-adjusted in the next Width positions of Image (automatic Outimage if necessary). Error if Width not large enough.
Width = 0: edits in exactly as many positions as necessary.
Width < 0: left-adjusted in -Width positions.
Analogous, real number in fix format with Ndec decimals.
Analogous, real number in scientific format.